body .support .support_con {
    margin-top: 60px;
}
.support .support_con .support_con_tech {
    width: 877px;
    margin: 0 auto 80px; 
}
.support .support_con .support_con_tech .tit {
    color: #333333; 
}
.support .support_con .support_con_tech .tit_s {
    color: #666666;
    margin-top: 10px;
    margin-bottom: 56px; 
}
.support .support_con .support_con_tech .tit_m {
    color: #333;
    margin-bottom: 32px;
}
.support .support_con .support_con_tech ul {
    height: 170px;
    width: 100%; 
    margin-bottom: 62px;
}
.support .support_con .support_con_tech ul li {
    float: left;
    margin: 0;
    width: 25%;
    height: 100%;
}
.support .support_con .support_con_tech ul li img {
    width: 95px;
    height: 105px;
}
.support .support_con .support_con_tech ul li .img_tit {
    margin-top: 12px;
    color: #333333; 
}
.support .support_con .support_con_tech ul li .img_tit_s {
    margin-top: 5px;
}
.response_time {
    width: 100%;
}
.response_time tr {
    border: 1px solid #dbe0e5;
    line-height: 74px;
}
.response_time tr:nth-of-type(1) {
    line-height: 56px;
    background: #dbe0e5;
}
.response_time tr:nth-of-type(3) {
    background: #f5f5f6;
}
.response_time tr td:nth-of-type(1) {
    width: 180px;
}
.support .support_con .support_con_service {
    width: 100%;
    background: #fafafa;
    padding: 80px 0 56px;
}
.support .support_con .support_con_service .tit_s {
    color: #666666;
    margin-top: 10px;
    margin-bottom: 76px; 
}
.support .support_con .support_con_service ul {
    height: 106px;
    width: 1050px;
    margin: 28px auto 0;
}
.support .support_con .support_con_service ul li {
    float: left;
    margin: 0;
    width: 16.6%;
    height: 106px;
}
.support .support_con .support_con_service ul li:hover{
    cursor: pointer;
}
.support .support_con .support_con_service ul li .img_tit {
    margin-top: 16px;
    color: #7c848e; 
}
.support .support_con .support_con_service .service_des {
    background: #fff;
    text-align: left;
    overflow: hidden;
    width: 100%;
    height: 123px;
    transition: all .3s linear;
}
.service_des_box {
    width: 1000px;
    margin: 35px auto; 
    position: relative;
}
.support .support_con .support_con_service .service_des .service_des_con {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s linear;
}
.support .support_con .support_con_service .service_des .service_des_con div {
    margin-top: 6px;
    color: #666;
}
.support .support_con .support_con_service .service_des .service_des_con div p {
    line-height: 22px;
}
.support .support_con .support_con_service ul li img:nth-of-type(2) {
    display: none;
}
.support .support_con .support_con_service ul li:hover img:nth-of-type(1),.support .support_con .support_con_service ul li.active img:nth-of-type(1) {
    display: none;
} 
.support .support_con .support_con_service ul li:hover img:nth-of-type(2),.support .support_con .support_con_service ul li.active img:nth-of-type(2) {
    display: inline-block;
} 
.support .support_con .support_con_service ul li:hover .img_tit,.support .support_con .support_con_service ul li.active .img_tit {
    color: #005aaa;
}
.support .support_con .support_con_service ul li.active {
    border-bottom: 2px solid #005aaa;
}
.support .support_con .support_con_service .service_des:nth-of-type(2) {
    height: 0;
}
.support .map-service .tit {
    padding-top: 76px;
    text-align: center;
    color: #fff; 
}
.support .map-service .tit_s {
    color: #fff;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px; 
}

/*map*/
.map-service{position:relative;height:712px;background:url(../img/map_color_bg.jpg) center no-repeat}
.map-service-right{position:absolute;left:50%;margin-left:-285px;}
.china-map{width:570px;height:470px;background-image:url(../img/map_bg.png);background-position:center;background-repeat:no-repeat;background-size: 100% 100%;position:relative;}
.region-list{position:absolute;left:0;top:0}
@-webkit-keyframes warn{
0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}
100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}
}
@-moz-keyframes warn{
0%{-moz-transform:scale(0);transform:scale(0);opacity:1}
100%{-moz-transform:scale(1);transform:scale(1);opacity:0}
}
@-o-keyframes warn{
0%{-o-transform:scale(0);transform:scale(0);opacity:1}
100%{-o-transform:scale(1);transform:scale(1);opacity:0}
}
@keyframes warn{
0%{-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0);opacity:1}
100%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:0}
}
.area-box .dot{position:absolute;left:0;width:10px;height:10px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background:#a2a9b4;opacity:1;filter:alpha(opacity=100)}
.area-box .pulse{position:absolute;top:-28px;left:-28px;height:66px;width:66px;border:2px solid #b7b7b7;-webkit-border-radius:48px;-moz-border-radius:48px;border-radius:48px;-webkit-box-shadow:0 0 4px #82878f,0 0 10px #82878f inset;-moz-box-shadow:0 0 4px #82878f,0 0 10px #82878f inset;box-shadow:0 0 4px #82878f,0 0 10px #82878f inset;opacity:.12;filter:alpha(opacity=0);-webkit-animation:warn 2s ease-out both;-moz-animation:warn 2s ease-out both;-o-animation:warn 2s ease-out both;animation:warn 2s ease-out both;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite;background:0 0}
.area-box .delay-01{-webkit-animation-delay:0;-moz-animation-delay:0;-o-animation-delay:0;animation-delay:0}
.area-box .delay-02{-webkit-animation-delay:.4s;-moz-animation-delay:.4s;-o-animation-delay:.4s;animation-delay:.4s}
.area-box .delay-03{-webkit-animation-delay:.8s;-moz-animation-delay:.8s;-o-animation-delay:.8s;animation-delay:.8s}
.area-box .delay-04{-webkit-animation-delay:1.2s;-moz-animation-delay:1.2s;-o-animation-delay:1.2s;animation-delay:1.2s}
.area-box .delay-05{-webkit-animation-delay:1.6s;-moz-animation-delay:1.6s;-o-animation-delay:1.6s;animation-delay:1.6s}
.area-box .delay-06{-webkit-animation-delay:2s;-moz-animation-delay:2s;-o-animation-delay:2s;animation-delay:2s}
.area-box .delay-07{-webkit-animation-delay:2.4s;-moz-animation-delay:2.4s;-o-animation-delay:2.4s;animation-delay:2.4s}
.area-box .delay-08{-webkit-animation-delay:-.4s;-moz-animation-delay:-.4s;-o-animation-delay:-.4s;animation-delay:-.4s}
.area-box .delay-09{-webkit-animation-delay:-.8s;-moz-animation-delay:-.8s;-o-animation-delay:-.8s;animation-delay:-.8s}
.area-box .delay-10{-webkit-animation-delay:-1.2s;-moz-animation-delay:-1.2s;-o-animation-delay:-1.2s;animation-delay:-1.2s}
.area-box .delay-11{-webkit-animation-delay:4s;-moz-animation-delay:4s;-o-animation-delay:4s;animation-delay:4s}
.region-list.active .area-box .dot{background:#009fd9}
.region-list.active .area-box .pulse{border-color:#009fd9;top:-39px;left:-39px;height:88px;width:88px;-webkit-box-shadow:0 0 12px #0080d9,0 0 20px #0080d9 inset;-moz-box-shadow:0 0 12px #0080d9,0 0 20px #0080d9 inset;box-shadow:0 0 12px #0080d9,0 0 20px #0080d9 inset}
.region-list.waite .area-box .dot{background:#f90}
.region-list.waite .area-box .pulse{border-color:#f90}
.show-regin{position:absolute;left:2px;height:0;top:0;width:11px;opacity:0;-o-transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out}
.online-node .show-regin,.region-list:hover .show-regin,.underline-node .show-regin,.waite-node .show-regin{height:127px;opacity:1}
.show-regin span{width:80px;position:absolute;left:4px;top:-6px;padding:6px 10px;font-size:12px;color:#ccc;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;text-align:center;white-space:nowrap;}
.area-box{z-index:77}
.show-regin{z-index:66}
.region-list.active .show-regin span{position:relative;color:#ccc}
.region-list.waite .show-regin span{color:#ccc}
.postition-1{left:87.72%;top:23.83%;}
.postition-2{left:17.54%;top:34.68%;}
.postition-3{left:59.3%;top:38.3%;}
.postition-4{left:48.07%;top:43.83%;}
.postition-5{left:74.035%;top:36.6%;}
.postition-6{left:75.79%;top:39.15%;}
.postition-7{left:72.28%;top:41.7%;}
.postition-8{left:66.67%;top:46.81%;}
.postition-9{left:60.35%;top:54.89%;}
.postition-10{left:69.3%;top:54.89%;}
.postition-11{left:77.19%;top:58.3%;}
.postition-12{left:84.21%;top:58.51%;}
.postition-13{left:85.96%;top:60.43%;}
.postition-14{left:84.21%;top:65.96%;}
.postition-15{left:47.72%;top:62.98%;}
.postition-16{left:59.65%;top:66.81%;}
.postition-17{left:68.14%;top:61.7%;}
.postition-18{left:67.72%;top:71.92%;}
.postition-19{left:57.54%;top:75.32%;}
.postition-20{left:44.56%;top:80.04%;}
.postition-21{left:81.93%;top:76.17%;}
.postition-22{left:73.68%;top:85.11%;}
.postition-23{left:61.05%;top:83.62%;}
.postition-24{left:70.17%;top:87.23%;}
.postition-25{left:64.56%;top:96.38%;}
.douhao{width:0}